projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fda677
)
* lisp/image.el (image): Add :prefix and :link.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 3 Dec 2021 14:19:26 +0000
(15:19 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 3 Dec 2021 14:42:10 +0000
(15:42 +0100)
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/image.el
b/lisp/image.el
index edbf6c54df6d94e7af2b3fa86361cf561158f1b7..87fab80aad8b6f7612c500c3cfbbbab61e08decd 100644
(file)
--- a/
lisp/image.el
+++ b/
lisp/image.el
@@
-27,6
+27,8
@@
(defgroup image ()
"Image support."
+ :prefix "image-"
+ :link '(info-link "(emacs) Image Mode")
:group 'multimedia)
(declare-function image-flush "image.c" (spec &optional frame))